Adwaita: Avoid expander<>combobox interference
authorMatthias Clasen <mclasen@redhat.com>
Thu, 28 Dec 2017 13:39:29 +0000 (08:39 -0500)
committerDaniel Boles <dboles@src.gnome.org>
Mon, 1 Jan 2018 18:48:08 +0000 (18:48 +0000)
Putting a combobox in an expander was causing the combo arrow
to go sideways. Increase the specificity with which we address
the expander arrow to avoid that.

gtk/theme/Adwaita/_common.scss

index 8dd242afb34ff07a4d4f4af3752773603b518021..989d07961e2466a0d00ec65fee141f4d4f9693c1 100644 (file)
@@ -3661,7 +3661,7 @@ row {
  * Expanders *
  *************/
 expander {
-  arrow {
+  title > arrow {
     min-width: 16px;
     min-height: 16px;
     -gtk-icon-source: -gtk-icontheme('pan-end-symbolic');